home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
fish
/
701-725
/
717
/
adev11
/
examples
/
test.a
< prev
next >
Wrap
Text File
|
1995-03-18
|
210b
|
15 lines
processor 68HC11
RSEG CODE1
label_001 LDX #0
JSR label_003
LDAA #$0
JSR label_004
CLI
RTS
RSEG CODE2
label_004 rts
label_003 rts
END label_001